Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / SaveAsTiff Method / SaveAsTiff(String,Nullable<Rectangle>,TiffFrameSettings) Method
The output file path.
Clipping rectangle of the image to be saved.
The settings for encoding TIFF frame.

In This Topic
    SaveAsTiff(String,Nullable<Rectangle>,TiffFrameSettings) Method
    In This Topic
    Saves the image into a file in TIFF format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsTiff( _
       ByVal path As System.String, _
       Optional ByVal clipRect As System.Nullable(Of Rectangle), _
       Optional ByVal frameSettings As TiffFrameSettings _
    ) 
    public void SaveAsTiff( 
       System.string path,
       System.Nullable<Rectangle> clipRect,
       TiffFrameSettings frameSettings
    )

    Parameters

    path
    The output file path.
    clipRect
    Clipping rectangle of the image to be saved.
    frameSettings
    The settings for encoding TIFF frame.
    See Also